home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6366 / 6366.xpi / chrome / firegestures.jar / skin / classic / firegestures / prefs.css < prev    next >
Cascading Style Sheet File  |  2009-04-26  |  1KB  |  76 lines

  1. prefwindow {
  2.     min-width: 42em;
  3. }
  4.  
  5. radio[pane] {
  6.     list-style-image: url("chrome://firegestures/skin/prefs.png");
  7. }
  8.  
  9. radio[pane="mainPane"] {
  10.     -moz-image-region: rect(0px, 32px, 32px, 0px);
  11. }
  12.  
  13. radio[pane="mainPane"]:hover,
  14. radio[pane="mainPane"][selected="true"] {
  15.     -moz-image-region: rect(32px, 32px, 64px, 0px);
  16. }
  17.  
  18. radio[pane="mappingPane"] {
  19.     -moz-image-region: rect(0px, 64px, 32px, 32px);
  20. }
  21.  
  22. radio[pane="mappingPane"]:hover,
  23. radio[pane="mappingPane"][selected="true"] {
  24.     -moz-image-region: rect(32px, 64px, 64px, 32px);
  25. }
  26.  
  27. radio[pane="advancedPane"] {
  28.     -moz-image-region: rect(0px, 96px, 32px, 64px);
  29. }
  30.  
  31. radio[pane="advancedPane"]:hover,
  32. radio[pane="advancedPane"][selected="true"] {
  33.     -moz-image-region: rect(32px, 96px, 64px, 64px);
  34. }
  35.  
  36. button[group="mouseTrail"] {
  37.     min-width: 3em !important;
  38. }
  39.  
  40. #mouseTrailSample {
  41.     border-top: 1px solid transparent;
  42.     width: 32px;
  43. }
  44.  
  45. treechildren::-moz-tree-cell-text(category) {
  46.     color: #707070;
  47.     margin-left: 6px;
  48.     margin-right: 2px;
  49. }
  50.  
  51. treechildren::-moz-tree-drop-feedback {
  52.     width: 1000px;
  53.     margin-left: -100px;
  54. }
  55.  
  56. #mappingButtons {
  57.     padding: 8px 0px 10px 0px;
  58. }
  59.  
  60. menulist {
  61.     width: 18em;
  62. }
  63.  
  64. menuseparator {
  65.     border-top: 1px solid GrayText;
  66. }
  67.  
  68. hbox.prefWindow-dlgbuttons {
  69.     -moz-box-align: center;
  70. }
  71.  
  72. button[dlgtype="extra2"] {
  73.     display: none;
  74. }
  75.  
  76.